Skip to content

build(deps): bump @browserbasehq/sdk from 2.6.0 to 2.16.0 - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/browserbasehq/sdk-2.16.0
Open

build(deps): bump @browserbasehq/sdk from 2.6.0 to 2.16.0#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/browserbasehq/sdk-2.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @browserbasehq/sdk from 2.6.0 to 2.16.0.

Release notes

Sourced from @​browserbasehq/sdk's releases.

v2.16.0

2.16.0 (2026-07-14)

Full Changelog: v2.15.0...v2.16.0

Features

v2.15.0

2.15.0 (2026-07-02)

Full Changelog: v2.14.1...v2.15.0

Features

  • [CORE-000][apps/sdk] Add agents to SDK (1f1fb26)

Documentation

  • document and un-gate allowedDomains session setting (d18989f)

v2.14.1

2.14.1 (2026-06-18)

Full Changelog: v2.14.0...v2.14.1

Bug Fixes

v2.14.0

2.14.0 (2026-06-08)

Full Changelog: v2.13.0...v2.14.0

Features

  • [AI-2206][apps/api] Surface proxySettings.caCertificates in public SDK & docs (f24f27a)

v2.13.0

2.13.0 (2026-06-05)

Full Changelog: v2.12.0...v2.13.0

Features

  • [CORE-2194][apps/api] Add BYOC (cert) CRUD to SDKs (06b3a85)

... (truncated)

Changelog

Sourced from @​browserbasehq/sdk's changelog.

2.16.0 (2026-07-14)

Full Changelog: v2.15.0...v2.16.0

Features

2.15.0 (2026-07-02)

Full Changelog: v2.14.1...v2.15.0

Features

  • [CORE-000][apps/sdk] Add agents to SDK (1f1fb26)

Documentation

  • document and un-gate allowedDomains session setting (d18989f)

2.14.1 (2026-06-18)

Bug Fixes

2.14.0 (2026-06-08)

Full Changelog: v2.13.0...v2.14.0

Features

  • [AI-2206][apps/api] Surface proxySettings.caCertificates in public SDK & docs (f24f27a)

2.13.0 (2026-06-05)

Full Changelog: v2.12.0...v2.13.0

Features

  • [CORE-2194][apps/api] Add BYOC (cert) CRUD to SDKs (06b3a85)

2.12.0 (2026-05-20)

Full Changelog: v2.11.0...v2.12.0

Features

  • [AI-1748][apps/api] Obtain custom certificates in API during session reservation (0123bc8)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@browserbasehq/sdk](https://github.com/browserbase/sdk-node) from 2.6.0 to 2.16.0.
- [Release notes](https://github.com/browserbase/sdk-node/releases)
- [Changelog](https://github.com/browserbase/sdk-node/blob/main/CHANGELOG.md)
- [Commits](browserbase/sdk-node@v2.6.0...v2.16.0)

---
updated-dependencies:
- dependency-name: "@browserbasehq/sdk"
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown

PR author is not in the allowed authors list.

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
browser-arena Ready Ready Preview, Comment Jul 23, 2026 1:06am

@andreakiro

Copy link
Copy Markdown
Member

Deliberately left out of the batched update in #46, which covered the other ten pending bumps.

Between 2.6.0 and the current 2.x releases this SDK changed its default HTTP transport. It previously used node-fetch with a keep alive agent; it now calls the platform fetch and attaches no agent by default. The previous agent dropped idle sockets after 4 seconds, which is shorter than the gap between benchmark runs, so at the moment a Browserbase run generally opens a new TLS connection during the call that session_creation_ms measures. On the newer transport that connection is pooled and reused instead.

The effect is that Browserbase's reported latency would improve by roughly one handshake round trip per run, without anything changing on the provider side, which also shifts its position relative to the other providers. That makes it a question about benchmark methodology rather than a routine dependency update, so it seemed better to raise it than to fold it into a bulk bump.

Two reasonable ways forward, whichever fits the project's intent:

  1. Take the update and treat it as a deliberate reset of the Browserbase baseline, noting that results before and after are not directly comparable.
  2. Take the update but pass an explicit httpAgent when constructing the client, which keeps the existing transport and leaves published numbers comparable.

Either is fine, but it is worth being an explicit choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant